headResultAsync
inline suspend fun <T> HttpClient.headResultAsync(urlString: String, noinline block: HttpRequestBuilder.() -> Unit = {}): Deferred<Result<T>>
Executes an asynchronous HTTP HEAD request using the provided URL.
Return
A Deferred
Parameters
urlString
The URL for the HEAD request.
block
Optional, allows customization of the request using HttpRequestBuilder.